-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[metkit][fdb][eckit] Remove packages and tests #846
Conversation
|
@dominichofer Hey Dominic what are your thoughts on removing these all together from spack_c2sm and maintaining instead only in spack/spack ? I'm trying to keep those updated: https://github.com/spack/spack/pulls?q=+is%3Apr+author%3Avictoria-cherkas+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I double-checked that the back-port is redundant now 🎉
Sorry @dominichofer I just noticed fdb v5.11.17 was not in v0.20.1 of spack, since it just got merged into develop. Shall I add an extension to spack_c2sm ie the below? Before the fdb package in spack_c2sm was just copied rather than an extension anyway.
|
Does spack have a regular release schedule do you know? |
@victoria-cherkas I think this should be sufficient:
|
I don't know. |
eckit
spack_c2sm only adds v1.20.2 which is already in main spack. Additionally there is no branch called '1.20.0' in eckit
fdb
spack_c2sm adds branches ("develop","inspect","fastinspect") which are not required anymore. (I added them and I don't know if anyone else uses them but I doubt it. Also better to maintain the main spack fdb package I believe.)
metkit
spack_c2sm only adds v1.9.2 which is already in main spack.
spack_c2sm: https://github.com/C2SM/spack-c2sm/blob/main/repos/c2sm/packages/metkit/package.py
spack: https://github.com/spack/spack/blob/v0.20.1/var/spack/repos/builtin/packages/metkit/package.py
check versions in 0.20.1 of spack